If you are on a machine without telnet you can use this perl script to check connectivity. #!/usr/bin/perl# # nettest.pl# use IO::Socket;use Errno;$| = 1; $host = shift;$port = shift;$type = shift || “tcp”;die “No Host parameter!” if !$host;die “No Port … Continue reading port check with perl
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed